home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Aug 90 / MacApp.Tech$ 8⁄31⁄90 / 1829-Re Some problems wit-Aug90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.3 KB  |  39 lines  |  [TEXT/GEOL]

  1. Item    5937038                         26-Aug-90        21:04PDT
  2.  
  3. From:   MOOF                            Rollin, Keith A
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    RE>Some problems with Mac
  8.  
  9. Attn: Fredenburg, Timothy,PRT
  10. SentBy: Keith Rollin
  11.         Reply to:   RE>Some problems with MacApp
  12.  
  13. Tim,
  14.  
  15. Just after printing and shipping Technote #280, I, too, noticed the problem
  16. with the fix for TrackMouse. For a while, my own solution was to use:
  17.  
  18. "IF (NOT movedOnce) & gotATracker THEN ..."
  19.  
  20. However, I've since removed that fix altogether. It caused more problems than
  21. it fixed. Basically, any command that was used to simply select an item would
  22. be freed before it's DoIt method could be executed. For instance, you could
  23. not select an entire row or column in Calc.
  24.  
  25. An updated version of the note can be found on AppleLink in the MacApp
  26. Discussions folder.
  27.  
  28. As for the CFront and time reporting problem, this is a tricky one. CFront
  29. doesn't understand the -T parameter. When CPlus is called with -T, it can pass
  30. it on to only the C compiler. And there is no way for MacApp to sneak in an
  31. simulate it like it does with other tools. (Well, I suppose something could be
  32. done by creating an alias for CFront.)
  33.  
  34. - Keith Rollin
  35. - Apple Developer Technical Support
  36.  
  37.  
  38.  
  39.